/status/syslog/servers/<server_name>/filters

The nodes below this one perform the functions described in this function overview.

Use

Use to view the configuration of filters for this remote logging server.

Parameters

server_name: Name of server

Data Type

subtree

Default Data Value

0

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/syslog/servers/name/filters

GET Response

{"httpResponseCode": 404,
 "internalResponseCode": 101,
 "message": "Request failed: Unable to retrieve data from controller\n  Path: /status/syslog/servers/name/filters\n  ResponseCode: 101 (Path not found)\n",
 "recurse": False,
 "requestPath": "/status/syslog/servers/name/filters"}
  1. /status/syslog/servers/<server_name>/filters 1. Parameters
    1. Data Type
    2. Default Data Value 2. Request Methods 3. Related 4. Examples